home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Simpsons Cartoon Studio™ Demo
/
Simpdata
/
simpmain
/
00032_panel score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
329 b
|
16 lines
global paletteVisibleP
on mouseDown
if the lastClick > 5 then
exit
end if
set whichSpr to the clickOn
set theMouseH to the mouseH
set theMouseV to the mouseV
hideFieldHiliterSpr(appMgr)
if paletteVisibleP then
hidePalette(paletteMgr)
end if
panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
end